home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / links / 00090_Script_link - RealPlayer < prev    next >
Encoding:
Text File  |  2000-09-21  |  247 b   |  11 lines

  1. on mouseUp
  2.  
  3.  puppetSound 1, "ClickSound"
  4.  
  5.   if the platform = "Windows,32" then
  6.     open the moviepath&"software\RealPlayer\rp8-standard-setup.exe"
  7.   else 
  8.     open the moviepath&"software:RealPlayer:RealPlayer Installer"
  9.   end if
  10.   
  11. end